From c723df25383e8077b0ac54ec4cc128c318bef52f Mon Sep 17 00:00:00 2001 From: =?utf8?q?=3D=3FUTF-8=3Fq=3FFabi=3DC3=3DA1n=3D20Ezequiel=3D20Gallina?= =?utf8?q?=3F=3D?= Date: Thu, 17 May 2012 00:03:37 -0300 Subject: [PATCH] Added missing dot in `python-completion-complete-at-point' error --- lisp/progmodes/python.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index 520ed4eb29e..cbd6d925341 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el @@ -1892,7 +1892,7 @@ inferior python process is updated properly." (interactive) (let ((process (python-shell-get-process))) (if (not process) - (error "Completion needs an inferior Python process running") + (error "Completion needs an inferior Python process running.") (python-shell-completion--do-completion-at-point process)))) (add-to-list 'debug-ignored-errors -- 2.30.2